# Links & Infos
# misc
multiply is easier for the computer than divide: *0.5 is better than /2
avoid nested If-Statements
Convention für Boolean:
isConditionConvention for Names (From the Google Closure Library Style Guide):
functionNamesLikeThis; variableNamesLikeThis; ConstructorNamesLikeThis; EnumNamesLikeThis; methodNamesLikeThis; SYMBOLIC_CONSTANTS_LIKE_THIS;
# Reference-links
- MDN JS Documentation (opens new window)
- w3schools JS Tutorial (opens new window)
- devdocs (opens new window)
- Handout Learn 2 Code - Hamburg Coding School (opens new window)
- Principles of Writing Consistent, Idiomatic JavaScript (opens new window)
- ES6 and Beyond Workshop at PayPal (opens new window)
- javascript-to-know-for-react (opens new window)
# Misc Links
# Places to practice coding
← Dates